home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 July / Software of the Month - Ultimate Collection Shareware 263.iso / mac / Business / Y2K Assistant / action.Dxr / 00061.ls < prev    next >
Encoding:
Text File  |  1999-03-02  |  92 b   |  8 lines

  1. on mouseUp
  2.   if rollOver(8) then
  3.     go(label("s3a") + 5)
  4.   else
  5.     nothing()
  6.   end if
  7. end
  8.